home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / SASC_6.0_Disk_3.adf / s_wb1.3 / StartupII
Text File  |  1992-07-30  |  389b  |  25 lines

  1. FAILAT 99
  2. resident sys:c/resident
  3. resident sys:c/assign
  4. resident sys:c/echo
  5. resident sys:c/path
  6. resident sys:c/dir
  7. resident sys:c/MakeDir
  8. resident sys:c/cd
  9. resident sys:c/copy
  10. stack 16000
  11. FAILAT 20
  12. echo " "
  13.  
  14. if exists ram:env
  15. else
  16. makedir ram:env
  17. endif
  18.  
  19. assign ENV: ram:env
  20.  
  21. assign sc: SAS_1:sc
  22. assign lib: SAS_2:sc/lib
  23. assign include: SAS_2:sc/include
  24. path sc:c SAS_2:sc/c SAS_3:sc/c add
  25.